python3: add pending patch fixing support for new LibreSSL version
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 24 Nov 2025 15:12:34 +0000 (16:12 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 24 Nov 2025 15:12:34 +0000 (16:12 +0100)
commit84c1ae12852b935a707df0dbd5b9be046a40a5db
treea07d6f391cbe3351dc6aaca8c89e1d45fd1af55a
parent777571b509a8cc4857427da69f68d262b98b616a
python3: add pending patch fixing support for new LibreSSL version

Add pending patch fixing support for new LibreSSL version.

New LibreSSL version adds support for SHA3 algo but doesn't add support
for SHAKE ones. There is currently a logic error in the Python
test_hashlib that always expect both SHA3 and SHAKE algo to be present.

This logic error cause the Host Python3 to fail testing.

This patch fix the logic error and restore correct compilation of the
host package.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
lang/python/python3/patches/100-test_hashlib-better-handle-support-for-SHA3.patch [new file with mode: 0644]